home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Spreadsheets / Lotus 1-2-3 Demo / 1-2-3•Balloons / 1-2-3•Balloons.rsrc / STR#_10101.txt < prev    next >
Encoding:
Text File  |  1992-10-16  |  607 b   |  19 lines

  1. Calculates the absolute (positive) value of x.
  2.  
  3. Calculates the number e (approximately 2.718282) raised to the power x. e is the constant used as the base in natural logarithms.
  4.  
  5. Calculates the integer portion of x.
  6.  
  7. Calculates the natural logarithm of x. Natural logarithms use the number e (approximately 2.718282) as a base.
  8.  
  9. Calculates the common logarithm (base 10) of x.
  10.  
  11. Calculates the remainder (modulus) of x/y.
  12.  
  13. Generates a random value between 0 and 1. Each time 1-2-3 recalculates, @RAND generates a new random value.
  14.  
  15. Rounds the value x to n places.
  16.  
  17. Calculates the positive square root of x.
  18.  
  19.